home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / mui / mcc_vlab / mcc_vlab.readme < prev    next >
Text File  |  1999-06-14  |  1KB  |  33 lines

  1. Short:    Monitor & Grab images using VLab 13.0
  2. Author:   steveq@mafeking.scouts.org.au (Steve Quartly)
  3. Uploader: steveq@mafeking.scouts.org.au (Steve Quartly)
  4. Version:  13.0
  5. Type:     dev/mui
  6. Requires: MUI 3.8, vlab.library v10.0(included)
  7.  
  8. VLab is a Custom Class for the Magic User Interface © by Stefan Stuntz.
  9. It's a subclass of area-class.
  10.  
  11. Features include:
  12.  
  13. * Public MUI Custom Class
  14. * Open a monitor in a VLab.mcc window.
  15. * Open a monitor in your own window.
  16. * Image grabbing in all modes (PAL/NTSC/FULLFRAME/HALFFRAME).
  17. * YUV to RGB conversion.
  18. * De-Interlacing of grabbed images.
  19. * Obtain pointers to image buffers for saving etc.
  20. * Grabbed images can be buffered on disk (virtual memory).
  21. * Simply adding a grabbed image to a group in a window will display it.
  22. * Supports both CyberGraphX and guigfx.library.
  23.  
  24. Note:
  25. Neither CyberGraphX or guigfx.library are required if all you want to do is
  26. grab  and  save.  You will however need one of these if you wish to use the
  27. monitor or display a grabbed image.
  28.  
  29. There is a prefs class VLab.mcp with it, which permits the user to choose
  30. all default VLab card settings as well as virtual memory settings.
  31.  
  32. © 1999 Steve Quartly
  33.